some work ...

This commit is contained in:
2011-07-26 17:25:45 +02:00
parent 4da853c367
commit d92945717d
8 changed files with 40 additions and 47 deletions

View File

@@ -22,11 +22,11 @@
*
*******************************************************************************
*/
#ifndef __END__STRING_H__
#define __END__STRING_H__
#ifndef _IN_NAMESPACE_EDN_
# error This will be include only in "edn.h"
#else
namespace Edn
{
class String
{
public:
@@ -77,6 +77,7 @@
};
void TestUntaire_String(void);
}
#endif