summaryrefslogtreecommitdiff
path: root/TAO/tao/Protocol_Factory.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 15:56:33 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 15:56:33 +0000
commita5075250d8d4e1fe2210991c71e8938d8f07e9dd (patch)
treeb7159326d3c699bf3b0d9be40c205ea510236d8c /TAO/tao/Protocol_Factory.h
parentf06590074247c0261ae12e6d6e595ab91a77115f (diff)
downloadATCD-a5075250d8d4e1fe2210991c71e8938d8f07e9dd.tar.gz
ChangeLogTag:Wed Apr 16 00:47:50 2003 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Protocol_Factory.h')
-rw-r--r--TAO/tao/Protocol_Factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Protocol_Factory.h b/TAO/tao/Protocol_Factory.h
index ebc51ef51a8..722b3271baa 100644
--- a/TAO/tao/Protocol_Factory.h
+++ b/TAO/tao/Protocol_Factory.h
@@ -23,7 +23,7 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "ace/Service_Object.h"
-#include "ace/SString.h"
+#include "ace/SStringfwd.h"
class TAO_Acceptor;
class TAO_Connector;
@@ -62,7 +62,7 @@ public:
* Some protocols should not create a default endpoint unless the
* user specifies a -ORBEndpoint option. For example, local IPC
* (aka UNIX domain sockets) is unable to remove the rendesvouz
- * point if the server crashes. For those protocols is better to
+ * point if the server crashes. For those protocols it is better to
* create the endpoint only if the user requests one.
*/
virtual int requires_explicit_endpoint (void) const = 0;