diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-04-16 15:56:33 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-04-16 15:56:33 +0000 |
commit | a232a47555489b6acb52939bb46f8fb3e90f654e (patch) | |
tree | b7159326d3c699bf3b0d9be40c205ea510236d8c /TAO/tao/Protocol_Factory.h | |
parent | ae1b1954fc963d8bb266a4856186fcad4c3b7e94 (diff) | |
download | ATCD-a232a47555489b6acb52939bb46f8fb3e90f654e.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.h | 4 |
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; |