summaryrefslogtreecommitdiff
path: root/ace/OS_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_main.cpp')
-rw-r--r--ace/OS_main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/OS_main.cpp b/ace/OS_main.cpp
index c94728d7326..605c22f2a6e 100644
--- a/ace/OS_main.cpp
+++ b/ace/OS_main.cpp
@@ -117,12 +117,16 @@ ace_os_main_i (ACE_Main_Base &mbase, int argc, char *argv[]) /* user's entry poi
# else /* ACE_HAS_WINCE */
+ACE_END_VERSIONED_NAMESPACE_DECL
+
// CE only gets a command line string; no argv. So we need to convert it
// when the main entrypoint expects argc/argv. ACE_ARGV supports this.
# include "ace/OS_NS_string.h"
# include "ace/ACE.h"
# include "ace/ARGV.h"
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
int ACE_Main_Base::run (HINSTANCE,
HINSTANCE,
LPWSTR lpCmdLine,