Line data Source code
1 : /* 2 : * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved. 3 : */ 4 : 5 : #ifndef __DB_AUTOGEN_H__ 6 : #define __DB_AUTOGEN_H__ 7 : 8 : struct AutogenProperty { 9 37858469 : virtual ~AutogenProperty() { } 10 : }; 11 : 12 : #endif