*** empty log message ***

This commit is contained in:
jiri
2009-11-12 21:01:19 +00:00
parent f44662bdab
commit 7f7c4aa553
33 changed files with 457 additions and 309 deletions

View File

@@ -17,9 +17,10 @@
*/
#ifndef _LAERROR_H_
#define _LAERROR_H_
#include <iostream>
namespace LA {
//exception class for laerror
class LAerror
{
@@ -36,5 +37,6 @@ s << x.msg;
return s;
}
}//namespace
#endif