summaryrefslogtreecommitdiffstats
path: root/xmlserializer/XmlDocSink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xmlserializer/XmlDocSink.cpp')
-rw-r--r--xmlserializer/XmlDocSink.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/xmlserializer/XmlDocSink.cpp b/xmlserializer/XmlDocSink.cpp
index dedfcf8..2a07d74 100644
--- a/xmlserializer/XmlDocSink.cpp
+++ b/xmlserializer/XmlDocSink.cpp
@@ -1,6 +1,6 @@
/*
* INTEL CONFIDENTIAL
- * Copyright © 2011 Intel
+ * Copyright © 2013 Intel
* Corporation All Rights Reserved.
*
* The source code contained or described herein and all documents related to
@@ -19,7 +19,6 @@
* otherwise. Any license under such intellectual property rights must be
* express and approved by Intel in writing.
*
- * CREATED: 2012-08-10
*/
#include "XmlDocSink.h"
@@ -28,7 +27,6 @@ CXmlDocSink::CXmlDocSink()
{
}
-// Source Processing
bool CXmlDocSink::process(CXmlDocSource& xmlDocSource, CXmlSerializingContext& serializingContext)
{
if (!xmlDocSource.populate(serializingContext)) {