Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / ACE / apps / JAWS / clients / WebSTONE / src / nsapi-includes / frame / protocol.h
blobbf7f6ec3e4d4b8ed5567723775a81cc0c749ee78
1 /*
2 * Copyright (c) 1994, 1995. Netscape Communications Corporation. All
3 * rights reserved.
5 * Use of this software is governed by the terms of the license agreement for
6 * the Netscape Communications or Netscape Comemrce Server between the
7 * parties.
8 */
11 /* ------------------------------------------------------------------------ */
15 * protocol.h: Switch which protocol we're speaking.
17 * Currently only HTTP, but expected to include MTP in the future.
19 * Rob McCool
23 #ifdef MCC_HTTPD
24 #include "http.h"
25 #endif