summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Database.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-11-28 08:45:49 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-11-28 08:45:49 +0000
commit2e0de9a67c384bc2b7379dfb373d40521c64ff2b (patch)
treec5aa33b0706a8ae30b4c9e82fd7f59dcb6360cff /cpp/src/IceGrid/Database.h
parentChanged param name (diff)
downloadice-2e0de9a67c384bc2b7379dfb373d40521c64ff2b.tar.bz2
ice-2e0de9a67c384bc2b7379dfb373d40521c64ff2b.tar.xz
ice-2e0de9a67c384bc2b7379dfb373d40521c64ff2b.zip
Cleanup
Diffstat (limited to 'cpp/src/IceGrid/Database.h')
-rw-r--r--cpp/src/IceGrid/Database.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/Database.h b/cpp/src/IceGrid/Database.h
index 0cc38449a90..dd9ddf4f97c 100644
--- a/cpp/src/IceGrid/Database.h
+++ b/cpp/src/IceGrid/Database.h
@@ -91,10 +91,12 @@ public:
AllocatableObjectCache& getAllocatableObjectCache();
AllocatableObjectEntryPtr getAllocatableObject(const Ice::Identity&) const;
- bool setAdapterDirectProxy(const std::string&, const std::string&, const Ice::ObjectPrx&);
+ void setAdapterDirectProxy(const std::string&, const std::string&, const Ice::ObjectPrx&);
Ice::ObjectPrx getAdapterDirectProxy(const std::string&);
+
void removeAdapter(const std::string&);
- AdapterPrx getAdapter(const std::string&, const std::string&, bool = true);
+ AdapterEntryPtr getAdapter(const std::string&) const;
+
std::vector<std::pair<std::string, AdapterPrx> > getAdapters(const std::string&, int&, bool&);
AdapterInfoSeq getAdapterInfo(const std::string&);
Ice::StringSeq getAllAdapters(const std::string& = std::string());