Put halmp.dll on CD

svn path=/trunk/; revision=16810
This commit is contained in:
Casper Hornstrup
2005-07-27 19:10:57 +00:00
parent dc0201cafa
commit 24f28bb15b
11 changed files with 96 additions and 11 deletions
+3 -2
View File
@@ -23,8 +23,8 @@
using std::string;
Bootstrap::Bootstrap ( const Project& project_,
const Module* module_,
const XMLElement& bootstrapNode )
const Module* module_,
const XMLElement& bootstrapNode )
: project(project_),
module(module_),
node(bootstrapNode)
@@ -60,6 +60,7 @@ Bootstrap::IsSupportedModuleType ( ModuleType type )
case Test:
case RpcServer:
case RpcClient:
case Alias:
return false;
}
throw InvalidOperationException ( __FILE__,