summaryrefslogtreecommitdiffstats
path: root/autodoc/source/ary/kernel/reposy.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/ary/kernel/reposy.cxx')
-rw-r--r--autodoc/source/ary/kernel/reposy.cxx68
1 files changed, 0 insertions, 68 deletions
diff --git a/autodoc/source/ary/kernel/reposy.cxx b/autodoc/source/ary/kernel/reposy.cxx
index 5d28d46bb1be..7ed5b6944d76 100644
--- a/autodoc/source/ary/kernel/reposy.cxx
+++ b/autodoc/source/ary/kernel/reposy.cxx
@@ -31,7 +31,6 @@
// NOT FULLY DECLARED SERVICES
-#include <cpp_internalgate.hxx>
#include <idl_internalgate.hxx>
@@ -53,10 +52,8 @@ Repository::Create_()
RepositoryCenter::RepositoryCenter()
: sDisplayedName(),
aLocation(),
- pCppPartition(0),
pIdlPartition(0)
{
- pCppPartition = & cpp::InternalGate::Create_Partition_(*this);
pIdlPartition = & idl::InternalGate::Create_Partition_(*this);
}
@@ -64,13 +61,6 @@ RepositoryCenter::~RepositoryCenter()
{
}
-const ::ary::cpp::Gate &
-RepositoryCenter::Gate_Cpp() const
-{
- csv_assert(pCppPartition);
- return *pCppPartition;
-}
-
const ::ary::idl::Gate &
RepositoryCenter::Gate_Idl() const
{
@@ -84,14 +74,6 @@ RepositoryCenter::Title() const
return sDisplayedName;
}
-
-::ary::cpp::Gate &
-RepositoryCenter::Gate_Cpp()
-{
- csv_assert(pCppPartition);
- return *pCppPartition;
-}
-
::ary::idl::Gate &
RepositoryCenter::Gate_Idl()
{
@@ -117,56 +99,13 @@ RepositoryCenter::Set_Title(const String & i_sName)
/* ClassType-Ids
-------------
- cpp 1000
idl 2000
- corba 3000
- java 4000
information 5000
logic location 6000
phys location 7000
sec. prod. 8000
- cpp
- ---
- Namespace 1000
- Class 1001
- Enum 1002
- Typedef 1003
- Function 1004
- Variable 1005
- EnumValue 1006
- NamespaceAlias 1007
-
- BuiltInType 1200
- CeType_Final 1201
- CeType_Extern 1202
- UsedType 1203
- PtrType 1211
- RefType 1212
- ConstType 1221
- VolatileType 1222
- ArrayType 1230
- TemplateInstance 1235
- FunctionPtr 1240
- DataMemberPtr 1250
- OperationMemberPtr 1260
-
- TplParam_Type 1301
- TplParam_Value 1302
-
- OpSignature 1400
-
- Define 1601
- Macro 1602
-
- ProjectGroup 1901
- FileGroup 1902
-
- TopProject 1921
-
-
-
idl
---
@@ -195,13 +134,6 @@ RepositoryCenter::Set_Title(const String & i_sName)
ExplicitNameRoom 2204
TemplateParamType 2205
-
- java
- ----
- Package 4000
- Interface 4001
- Class 4002
-
physical location
-----------------
Root 7000