contentmgmt/contentaccessfwfordrm/inc/virtualpath.h
changeset 33 cf642210ecb7
parent 8 35751d3474b7
equal deleted inserted replaced
29:ece3df019add 33:cf642210ecb7
    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 
    28 
    71 	the rightmost KCafVirtualPathSeparator character will be taken as marking the end
    71 	the rightmost KCafVirtualPathSeparator character will be taken as marking the end
    72 	of the URI and the start of the UniqueId. When multiple KCafVirtualPathSeparator
    72 	of the URI and the start of the UniqueId. When multiple KCafVirtualPathSeparator
    73 	characters are present, under certain situations this will result in an invalid 
    73 	characters are present, under certain situations this will result in an invalid 
    74 	URI and UniqueId being created for the virtual path and can lead to an undefined failure.
    74 	URI and UniqueId being created for the virtual path and can lead to an undefined failure.
    75 
    75 
    76 	@publishedPartner
       
    77 	@released
       
    78 	*/
    76 	*/
    79 	class CVirtualPath : public CBase
    77 	class CVirtualPath : public CBase
    80 		{
    78 		{
    81 	public:
    79 	public:
    82 		/** Create a CVirtualPath object from a TVirtualPathPtr 
    80 		/** Create a CVirtualPath object from a TVirtualPathPtr