summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h b/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h
index a686d40422f..3b344cd9333 100644
--- a/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h
+++ b/TAO/orbsvcs/orbsvcs/Trader/Trading_Loader.h
@@ -1,3 +1,5 @@
+// -*- C++ -*-
+
// $Id$
// ===========================================================================
@@ -58,7 +60,7 @@ public:
// This function call initializes the Trading Service given a reference to the
// ORB and the command line parameters.
- protected:
+protected:
int init_multicast_server (void);
// Enable the Trading Service to answer multicast requests for its
@@ -101,9 +103,11 @@ public:
CORBA::Boolean dumpior_;
// Flag indication whether to dump the ior to standard output
- private:
- ACE_UNIMPLEMENTED_FUNC (TAO_Trading_Loader (const TAO_Trading_Loader &))
- ACE_UNIMPLEMENTED_FUNC (TAO_Trading_Loader &operator= (const TAO_Trading_Loader &))
+private:
+
+ // Disallow copying and assignment.
+ TAO_Trading_Loader (const TAO_Trading_Loader &);
+ TAO_Trading_Loader &operator= (const TAO_Trading_Loader &);
};