summaryrefslogtreecommitdiffstats
path: root/autodoc/source/ary/inc/reposy.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/ary/inc/reposy.hxx')
-rw-r--r--autodoc/source/ary/inc/reposy.hxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/autodoc/source/ary/inc/reposy.hxx b/autodoc/source/ary/inc/reposy.hxx
index 8668d2e47ef3..bc5466317b3e 100644
--- a/autodoc/source/ary/inc/reposy.hxx
+++ b/autodoc/source/ary/inc/reposy.hxx
@@ -36,10 +36,6 @@
namespace ary
{
-namespace cpp
-{
- class InternalGate;
-}
namespace idl
{
class InternalGate;
@@ -67,10 +63,8 @@ class RepositoryCenter : public ::ary::Repository
// INHERITED
// Interface Repository:
- virtual const cpp::Gate & Gate_Cpp() const;
virtual const idl::Gate & Gate_Idl() const;
virtual const String & Title() const;
- virtual cpp::Gate & Gate_Cpp();
virtual idl::Gate & Gate_Idl();
virtual void Set_Title(const String & i_sName );
@@ -79,8 +73,6 @@ class RepositoryCenter : public ::ary::Repository
String sDisplayedName; /// Name to be displayed for human users.
csv::ploc::Directory
aLocation;
- Dyn<cpp::InternalGate>
- pCppPartition;
Dyn<idl::InternalGate>
pIdlPartition;
};