]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/samples/xml2txt/ChildName.cpp
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / samples / xml2txt / ChildName.cpp
diff --git a/icuSources/samples/xml2txt/ChildName.cpp b/icuSources/samples/xml2txt/ChildName.cpp
deleted file mode 100644 (file)
index ce67346..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/******************************************************************************
- * Copyright (C) 2002, International Business Machines Corporation and
- * others. All Rights Reserved.
- ******************************************************************************/
-#include "ChildName.h"
-
-void ChildName ::SetName(DOMString name)
-{
-       Name = name;
-};
-void ChildName::SetNext(ChildName* next)
-{
-       Next = next;
-};