Forwarding strategy enumeration
diff --git a/model/ccnx.h b/model/ccnx.h
index a88716a..7c90de9 100644
--- a/model/ccnx.h
+++ b/model/ccnx.h
@@ -76,6 +76,13 @@
 class Ccnx : public Object
 {
 public:
+    enum ForwardingStrategy
+    { 
+        NDN_FLOODING = 1,
+        NDN_BESTROUTE = 2,
+        NDN_RANKING = 3 
+    };
+    
   /**
    * \brief Interface ID
    *