diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-02 06:07:25 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-08-02 06:07:25 +0300 |
commit | f7b3a636db0db493a70e8277fc8a444d3ac7f7e5 (patch) | |
tree | 2403c580510233317c468c405dec5428f7e0d3f4 | |
parent | c858d98b2cf691be744d9998d5368c3d598790fb (diff) |
modified: main.cpp
-rw-r--r-- | core/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.cpp b/core/main.cpp index a0ed347..3438d66 100644 --- a/core/main.cpp +++ b/core/main.cpp @@ -30,7 +30,7 @@ int main(int argc, char *argv[]) cout<<"Loaded plugin: "<<(*p)->getName()<<'\n'; (*p)->getFuncs().load(&link); } - CreateServiceFunction("GetPluginInfoList", GetPluginInfoList); +// CreateServiceFunction("GetPluginInfoList", GetPluginInfoList); for(;;) Sleep(1000); return 0; |