Index: trunk/ab5.0/jenga/include/common/CmdLine.h
===================================================================
--- trunk/ab5.0/jenga/include/common/CmdLine.h	(revision 441)
+++ trunk/ab5.0/jenga/include/common/CmdLine.h	(revision 457)
@@ -18,4 +18,8 @@
 	}
 
+	bool IsNamelessCommand() const
+	{
+		return ( command.size() == 0 );
+	}
 	const std::string& GetCommand() const
 	{
