/*
- * $Id: SimpleServer.xs,v 1.80 2007-12-10 09:37:00 mike Exp $
+ * $Id: SimpleServer.xs,v 1.81 2007-12-20 13:52:06 mike Exp $
* ----------------------------------------------------------------------
*
* Copyright (c) 2000-2004, Index Data.
href = newHV();
- ### These should be given initial values from the client
+ /* ### These should be given initial values from the client */
hv_store(href, "IMP_ID", 6, newSVpv("", 0), 0);
hv_store(href, "IMP_NAME", 8, newSVpv("", 0), 0);
hv_store(href, "IMP_VER", 7, newSVpv("", 0), 0);