|
Last change
on this file since 60 was
1,
checked in by buchmann, 18 years ago
|
|
Initial import from CVS repository
|
|
File size:
812 bytes
|
| Line | |
|---|
| 1 | /*------------------------------------------------------------\ |
|---|
| 2 | | | |
|---|
| 3 | | Tool : systemcass | |
|---|
| 4 | | | |
|---|
| 5 | | File : sc_string.h | |
|---|
| 6 | | | |
|---|
| 7 | | Author : Buchmann Richard | |
|---|
| 8 | | | |
|---|
| 9 | | Date : 04_05_2005 | |
|---|
| 10 | | | |
|---|
| 11 | \------------------------------------------------------------*/ |
|---|
| 12 | #ifndef __SC_STRING_H__ |
|---|
| 13 | #define __SC_STRING_H__ |
|---|
| 14 | |
|---|
| 15 | #include <string> |
|---|
| 16 | |
|---|
| 17 | typedef std::string sc_string; |
|---|
| 18 | |
|---|
| 19 | #endif |
|---|
| 20 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.