diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-26 13:59:03 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-26 13:59:03 +0000 |
commit | 1caeef94fad0f310c953bf6908a1b190dacba372 (patch) | |
tree | 7ee370a2145d7108aa62a580e4d851fc99f8d9b8 /TAO/tao/Compression/Compression.h | |
parent | cf8392b1af2a7f003352978a726c01e3aa1a4004 (diff) | |
download | ATCD-1caeef94fad0f310c953bf6908a1b190dacba372.tar.gz |
Mon Feb 26 13:57:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Compression/Compression.h')
-rw-r--r-- | TAO/tao/Compression/Compression.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Compression/Compression.h b/TAO/tao/Compression/Compression.h index 8a8851246a0..13de9a6d881 100644 --- a/TAO/tao/Compression/Compression.h +++ b/TAO/tao/Compression/Compression.h @@ -39,8 +39,7 @@ class TAO_Compression_Export TAO_Compression_Loader { public: /// Creates a Compression Manager and returns it. - virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb, - int argc, + virtual CORBA::Object_ptr create_object (CORBA::ORB_ptr orb, int argc, ACE_TCHAR *argv []); /// Used to force the initialization of the ORB code. @@ -48,7 +47,8 @@ public: }; static int -TAO_Requires_Compression_Initializer = TAO_Compression_Loader::Initializer (); + TAO_Requires_Compression_Initializer = TAO_Compression_Loader::Initializer + (); TAO_END_VERSIONED_NAMESPACE_DECL |