diff options
author | prashanthacharya <prashanthacharya@in.ibm.com> | 2012-11-02 05:57:10 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-11-28 17:29:17 -0600 |
commit | c9fce6c47656b9b34e23b2cb90c51796fc520df9 (patch) | |
tree | 3d949f4b8588a3f0fee4a80cfc621c59ddfe8bb1 /src/usr/diag/prdf/common/framework/config/prdfParentDomain.H | |
parent | b8c326b959a9f1bcb905397eecdc0ebfd0db5884 (diff) | |
download | talos-hostboot-c9fce6c47656b9b34e23b2cb90c51796fc520df9.tar.gz talos-hostboot-c9fce6c47656b9b34e23b2cb90c51796fc520df9.zip |
Encapsulated PRD codebase with PRDF namespace
RTC: 51223
Change-Id: Ie074cb409083d7b04edeba75d39977eb90082d05
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2196
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Tested-by: Jenkins Server
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2436
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/common/framework/config/prdfParentDomain.H')
-rwxr-xr-x | src/usr/diag/prdf/common/framework/config/prdfParentDomain.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/diag/prdf/common/framework/config/prdfParentDomain.H b/src/usr/diag/prdf/common/framework/config/prdfParentDomain.H index 79ef13097..8981ed56f 100755 --- a/src/usr/diag/prdf/common/framework/config/prdfParentDomain.H +++ b/src/usr/diag/prdf/common/framework/config/prdfParentDomain.H @@ -27,6 +27,8 @@ #include <prdfRuleChip.H> #include <vector> +namespace PRDF +{ /** Template class that Define a domain Parent that contain other domains as children. @par @@ -126,4 +128,6 @@ private: }; +} // end namespace PRDF + #endif |