equal
deleted
inserted
replaced
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 |
18 |
19 |
|
20 |
|
21 /** |
19 /** |
22 @file |
20 @file |
23 @publishedPartner |
21 @publishedAll |
24 @released |
22 @released |
25 */ |
23 */ |
26 |
24 |
27 |
25 |
28 #ifndef __EMBEDDEDOBJECT_H__ |
26 #ifndef __EMBEDDEDOBJECT_H__ |
36 { |
34 { |
37 /** Represents a content object embedded within a file |
35 /** Represents a content object embedded within a file |
38 The agent defined uniqueId field describes the location of the object within |
36 The agent defined uniqueId field describes the location of the object within |
39 the file. |
37 the file. |
40 |
38 |
41 @publishedPartner |
|
42 @released |
|
43 */ |
39 */ |
44 class CEmbeddedObject : public CBase |
40 class CEmbeddedObject : public CBase |
45 { |
41 { |
46 public: |
42 public: |
47 /** Create a new CEmbeddedObject with a different name and uniqueId |
43 /** Create a new CEmbeddedObject with a different name and uniqueId |