summaryrefslogtreecommitdiff
path: root/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h')
-rw-r--r--TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h b/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h
index 9832228d6e4..b87a9560f78 100644
--- a/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h
+++ b/TAO/tests/ORB_Local_Config/Bug_2612/DllOrb.h
@@ -32,7 +32,7 @@ class DllOrb_Export DllOrb
CORBA::ORB_ptr orb (void) const;
- virtual int init (int argc, char *argv[]);
+ virtual int init (int argc, ACE_TCHAR *argv[]);
virtual int fini (void);
@@ -54,8 +54,6 @@ class DllOrb_Export DllOrb
PortableServer::POAManager_var mv_poaManager;
}; /* end of DllOrb */
-
ACE_FACTORY_DECLARE (DllOrb, DllOrb)
-
#endif /* DllOrb_h */