missing comment tokens
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21472 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -22,4 +22,4 @@ public:
|
|||||||
virtual bool Visit(BPartition *partition, int32 level);
|
virtual bool Visit(BPartition *partition, int32 level);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif _DISK_DEVICE_VISITOR_H
|
#endif // _DISK_DEVICE_VISITOR_H
|
||||||
|
|||||||
@@ -86,4 +86,4 @@ private:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif CHARACTER_SET_H
|
#endif // CHARACTER_SET_H
|
||||||
|
|||||||
@@ -88,4 +88,4 @@ private:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif CHARACTER_SET_ROSTER_H
|
#endif // CHARACTER_SET_ROSTER_H
|
||||||
|
|||||||
@@ -122,4 +122,4 @@ typedef struct partition_module_info {
|
|||||||
Returns B_OK, if everything went fine, an error code otherwise.
|
Returns B_OK, if everything went fine, an error code otherwise.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#endif _PARTSCAN_PARTITION_H
|
#endif // _PARTSCAN_PARTITION_H
|
||||||
|
|||||||
@@ -90,4 +90,4 @@ public:
|
|||||||
virtual void Iterate(BPicture* picture);
|
virtual void Iterate(BPicture* picture);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif _PICTURE_ITERATOR_H
|
#endif // _PICTURE_ITERATOR_H
|
||||||
|
|||||||
@@ -121,4 +121,4 @@ private:
|
|||||||
PicturePrinter* fPrinter;
|
PicturePrinter* fPrinter;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif _PICTURE_PRINTER_H
|
#endif // _PICTURE_PRINTER_H
|
||||||
|
|||||||
Reference in New Issue
Block a user