/*------------------------------------------------------------\ | | | Tool : systemcass | | | | File : sc_string.h | | | | Author : Buchmann Richard | | | | Date : 04_05_2005 | | | \------------------------------------------------------------*/ #ifndef __SC_STRING_H__ #define __SC_STRING_H__ #include typedef std::string sc_string; #endif /* # Local Variables: # tab-width: 4; # c-basic-offset: 4; # c-file-offsets:((innamespace . 0)(inline-open . 0)); # indent-tabs-mode: nil; # End: # # vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=4:softtabstop=4 */