equal
deleted
inserted
replaced
18 |
18 |
19 |
19 |
20 /** |
20 /** |
21 @file |
21 @file |
22 |
22 |
23 @publishedPartner |
23 @publishedAll |
24 @released |
24 @released |
25 */ |
25 */ |
26 |
26 |
27 |
27 |
28 #ifndef __DIRSTREAMABLE_H__ |
28 #ifndef __DIRSTREAMABLE_H__ |
40 Functions are not virtual and do not override the CDir |
40 Functions are not virtual and do not override the CDir |
41 functions so most of the time this class will be used as if it was |
41 functions so most of the time this class will be used as if it was |
42 a CDir. It is only when used explicitly as a CDirStreamable that |
42 a CDir. It is only when used explicitly as a CDirStreamable that |
43 any additional functionality is invoked |
43 any additional functionality is invoked |
44 |
44 |
45 @publishedPartner |
|
46 @released |
|
47 */ |
45 */ |
48 class CDirStreamable : public CDir |
46 class CDirStreamable : public CDir |
49 { |
47 { |
50 public: |
48 public: |
51 /** Constuct an empty CDirStreamable |
49 /** Constuct an empty CDirStreamable |