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 __CAFVIRTUALPATHPTR_H__ |
28 #ifndef __CAFVIRTUALPATHPTR_H__ |
74 the rightmost KCafVirtualPathSeparator character will be taken as marking the end |
74 the rightmost KCafVirtualPathSeparator character will be taken as marking the end |
75 of the URI and the start of the UniqueId. When multiple KCafVirtualPathSeparator |
75 of the URI and the start of the UniqueId. When multiple KCafVirtualPathSeparator |
76 characters are present, under certain situations this will result in an invalid |
76 characters are present, under certain situations this will result in an invalid |
77 URI and UniqueId being created for the virtual path and can lead to an undefined failure. |
77 URI and UniqueId being created for the virtual path and can lead to an undefined failure. |
78 |
78 |
79 @publishedPartner |
|
80 @released |
|
81 */ |
79 */ |
82 class TVirtualPathPtr |
80 class TVirtualPathPtr |
83 { |
81 { |
84 public: |
82 public: |
85 /** Constructor used when the URI and UniqueId fields are separate |
83 /** Constructor used when the URI and UniqueId fields are separate |