summaryrefslogtreecommitdiff
path: root/TAO/tao/Connector_Registry.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connector_Registry.h')
-rw-r--r--TAO/tao/Connector_Registry.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/TAO/tao/Connector_Registry.h b/TAO/tao/Connector_Registry.h
index d5e39254b49..c2a7504a4c1 100644
--- a/TAO/tao/Connector_Registry.h
+++ b/TAO/tao/Connector_Registry.h
@@ -21,11 +21,6 @@
#define TAO_CONNECTOR_REGISTRY_H
#include "tao/Pluggable.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
#include "tao/corbafwd.h"
#include "tao/Typecode.h"
#include "tao/params.h"
@@ -103,13 +98,10 @@ public:
// Obtain the object key delimiter used by the protocol specified in
// the provided URL style IOR.
- int purge_connections (void);
- // Purge "old" connections.
-
private:
int preprocess_preconnects (TAO_ORB_Core *orb_core,
TAO_PreconnectSet &preconnects);
- // Put the preconnects in a form that makes it simple for protocol
+ // Put the preconnects in a form that makes it simple for protocol
// implementers to parse.
private: