From ed5807103f1c048d4c911df326d59eb36420c356 Mon Sep 17 00:00:00 2001 From: kingdl802 Date: Thu, 9 Apr 2009 15:46:14 +0000 Subject: [PATCH] remove the c++ comment instead of converting it because it violates the coding style for header files - the enclosing endif is not commented. --- bacnet-stack/include/bacdevobjpropref.h | 2 +- bacnet-stack/include/bacpropstates.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/include/bacdevobjpropref.h b/bacnet-stack/include/bacdevobjpropref.h index f0e49441..3c4e8e22 100644 --- a/bacnet-stack/include/bacdevobjpropref.h +++ b/bacnet-stack/include/bacdevobjpropref.h @@ -69,4 +69,4 @@ extern "C" { #ifdef __cplusplus } #endif /* __cplusplus */ -#endif //_BAC_DEV_PROP_REF_H_ +#endif diff --git a/bacnet-stack/include/bacpropstates.h b/bacnet-stack/include/bacpropstates.h index b5d4057c..4ffb5efe 100644 --- a/bacnet-stack/include/bacpropstates.h +++ b/bacnet-stack/include/bacpropstates.h @@ -99,4 +99,4 @@ extern "C" { #ifdef __cplusplus } #endif /* __cplusplus */ -#endif // _BAC_PROP_STATES_H_ +#endif