Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #ifndef SRC_APPLICATION_PACKAGE_FILE_H_
  2. #define SRC_APPLICATION_PACKAGE_FILE_H_
  3.  
  4. namespace application {
  5. namespace package {
  6.  
  7. class MyClass {
  8. private:
  9. ::application::package::OtherClass other_;
  10. };
  11.  
  12. } // namespec
  13.  
  14. #endif
  15.  
  16. using ::application::package::OtherClass;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement