DeprecationDemo.h
Go to the documentation of this file.
1 #ifndef _DeprecationExample_DeprecationDemo_h_
2 #define _DeprecationExample_DeprecationDemo_h_
3 
4 namespace DeprecationExample {
5 
7  public:
8  void DontUse() const;
9  void UseThis() const;
10  private:
11  };
12 
13 
14 }
15 
16 #endif
Example of using the Deprecation package.

, generated on Tue Sep 26 2023.