diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
commit | abada90e3f84dc703b8ddc9efcbed8a946fadead (patch) | |
tree | 2c6f9dccd510ea97cb927a7bd635422efaae547a /cpp/src/Ice/ReferenceFactory.h | |
parent | removing trace message (diff) | |
download | ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2 ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip |
Expanded tabs into spaces
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.h')
-rw-r--r-- | cpp/src/Ice/ReferenceFactory.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.h b/cpp/src/Ice/ReferenceFactory.h index cea63de6757..e687c956255 100644 --- a/cpp/src/Ice/ReferenceFactory.h +++ b/cpp/src/Ice/ReferenceFactory.h @@ -32,19 +32,19 @@ public: // Create a direct reference. // ReferencePtr create(const ::Ice::Identity&, const SharedContextPtr&, const ::std::string&, - Reference::Mode, bool, bool, const ::std::vector<EndpointIPtr>&, - const RouterInfoPtr&, bool, bool, Ice::EndpointSelectionType, bool); + Reference::Mode, bool, bool, const ::std::vector<EndpointIPtr>&, + const RouterInfoPtr&, bool, bool, Ice::EndpointSelectionType, bool); // // Create an indirect reference. // ReferencePtr create(const ::Ice::Identity&, const SharedContextPtr&, const ::std::string&, - Reference::Mode, bool, bool, const ::std::string&, - const RouterInfoPtr&, const LocatorInfoPtr&, bool, bool, Ice::EndpointSelectionType, bool, int); + Reference::Mode, bool, bool, const ::std::string&, + const RouterInfoPtr&, const LocatorInfoPtr&, bool, bool, Ice::EndpointSelectionType, bool, int); // // Create a fixed reference. // ReferencePtr create(const ::Ice::Identity&, const SharedContextPtr&, const ::std::string&, - Reference::Mode, const ::std::vector< ::Ice::ConnectionIPtr>&); + Reference::Mode, const ::std::vector< ::Ice::ConnectionIPtr>&); // // Create a reference from a string. |