summaryrefslogtreecommitdiff
path: root/udm/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-06-20 14:54:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-20 14:54:17 +0100
commitc54998e7220b2a2ca4a662539d770d617f2f875a (patch)
tree92cf605820cfc56f7b2f02709b123288ad12a877 /udm/source
parent128bcac3dc64b3dd7a42defceed30cad9902ca07 (diff)
remove unused ASglTag class
Diffstat (limited to 'udm/source')
-rw-r--r--udm/source/xml/xmlitem.cxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/udm/source/xml/xmlitem.cxx b/udm/source/xml/xmlitem.cxx
index 007f7abdbea5..d613b84e4348 100644
--- a/udm/source/xml/xmlitem.cxx
+++ b/udm/source/xml/xmlitem.cxx
@@ -380,31 +380,6 @@ APureElement::inq_RefContent()
return pContent;
}
-
-
-//*************************** ASglTag **************************//
-
-ASglTag::ASglTag( const String & i_sTagName )
- : sTagName( i_sTagName )
-{
-}
-
-ASglTag::ASglTag( const char * i_sTagName )
- : sTagName( i_sTagName )
-{
-}
-
-ASglTag::~ASglTag()
-{
-}
-
-const String &
-ASglTag::inq_TagName() const
-{
- return sTagName;
-}
-
-
//*************************** AnAttribute **************************//
AnAttribute::AnAttribute( const String & i_sName,
const String & i_sValue )