All CCNx faces are now available through FaceList object attribute
diff --git a/apps/ccnx-app.cc b/apps/ccnx-app.cc
index 780eb9f..cc5e9b2 100644
--- a/apps/ccnx-app.cc
+++ b/apps/ccnx-app.cc
@@ -118,7 +118,7 @@
                  "Ccnx stack should be installed on the node " << GetNode ());
 
   // step 1. Create a face
-  m_face = Create<CcnxLocalFace> (/*Ptr<CcnxApp> (this)*/this);
+  m_face = CreateObject<CcnxLocalFace> (/*Ptr<CcnxApp> (this)*/this);
     
   // step 2. Add face to the CCNx stack
   GetNode ()->GetObject<Ccnx> ()->AddFace (m_face);