Comments and header guards added

This commit is contained in:
Laszlo Kovacs
2002-09-23 13:08:29 +00:00
parent 5079106994
commit f302b530d8
4 changed files with 59 additions and 20 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: ScriptElement.cxx,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change: $Author: dfoster $ $Date: 2002-09-20 14:33:48 $
* last change: $Author: lkovacs $ $Date: 2002-09-23 14:08:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,9 @@
*
************************************************************************/
#ifndef _SCRIPT_FRAMEWORK_STORAGE_SCRIPT_ELEMENT_HXX_
#include "ScriptElement.hxx"
#endif
#include <util/util.hxx>
using namespace ::rtl;
@@ -71,6 +73,12 @@ namespace scripting_impl
{
//*************************************************************************
/**
Construct a ScriptElement from a ScriptImplInfo object
@param sII
the ScriptImplInfoObject
*/
ScriptElement::ScriptElement(storage::ScriptImplInfo & sII) :
m_sII( sII ),
XMLElement(OUSTR("script"))