Revision: | 1.1.1.1 (vendor branch) |
Committed: | Thu Dec 1 16:28:48 2011 UTC (13 years, 5 months ago) by dhidas |
Content type: | text/plain |
Branch: | dhidas, MAIN |
CVS Tags: | START, HEAD |
Changes since 1.1: | +0 -0 lines |
Log Message: | osu copy modified |
# | Content |
---|---|
1 | /* |
2 | * StringOperations.h |
3 | * |
4 | * Created on: 11 Aug 2010 |
5 | * Author: kreczko |
6 | */ |
7 | |
8 | #ifndef STRINGOPERATIONS_H_ |
9 | #define STRINGOPERATIONS_H_ |
10 | #include <string> |
11 | #include <vector> |
12 | namespace BAT { |
13 | using namespace std; |
14 | |
15 | extern vector<string> getDirectoriesFromPath(string path); |
16 | } |
17 | |
18 | #endif /* STRINGOPERATIONS_H_ */ |