summaryrefslogtreecommitdiffstats
path: root/autodoc/inc/ary/ary.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/inc/ary/ary.hxx')
-rw-r--r--autodoc/inc/ary/ary.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/autodoc/inc/ary/ary.hxx b/autodoc/inc/ary/ary.hxx
index d15ed4d83f66..daa5945616b6 100644
--- a/autodoc/inc/ary/ary.hxx
+++ b/autodoc/inc/ary/ary.hxx
@@ -40,11 +40,6 @@ namespace idl
{
class Gate;
}
-
-namespace cpp
-{
- class Gate;
-}
}
@@ -58,7 +53,6 @@ namespace ary
Create and destroy the repository and
give access to the "Gates" for different tasks.
- @collab ::ary::cpp::Gate
@collab ::ary::idl::Gate
*/
@@ -72,13 +66,9 @@ class Repository
// INQUIRY
virtual const String &
Title() const = 0;
- virtual const ::ary::cpp::Gate &
- Gate_Cpp() const = 0;
virtual const ::ary::idl::Gate &
Gate_Idl() const = 0;
// ACCESS
- virtual ::ary::cpp::Gate &
- Gate_Cpp() = 0;
virtual ::ary::idl::Gate &
Gate_Idl() = 0;
virtual void Set_Title(