Navigation


Changeset 1:bafb831ba688 in freeDiameter for include


Ignore:
Timestamp:
Aug 31, 2009, 11:31:10 AM (15 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix names to proper case for freeDiameter

Location:
include/freeDiameter
Files:
4 moved

Legend:

Unmodified
Added
Removed
  • include/freeDiameter/CMakeLists.txt

    r0 r1  
    1 #CMake configuration for freediameter include directory
     1#CMake configuration for freeDiameter include directory
    22
    3 Project("FreeDiameter include directory" C)
     3Project("freeDiameter include directory" C)
    44
    55########################
     
    7474# The default configuration file name
    7575IF (NOT DEFAULT_CONF_FILE)
    76    SET(DEFAULT_CONF_FILE "freediameter.conf")
     76   SET(DEFAULT_CONF_FILE "freeDiameter.conf")
    7777ENDIF (NOT DEFAULT_CONF_FILE)
    7878##########################
    7979
    8080# Generate the host.h file
    81 CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/freediameter-host.h.in ${CMAKE_CURRENT_BINARY_DIR}/freediameter-host.h)
     81CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/freeDiameter-host.h.in ${CMAKE_CURRENT_BINARY_DIR}/freeDiameter-host.h)
    8282
    8383# Save the FD_LIBS for parent scope
  • include/freeDiameter/freeDiameter.h

    r0 r1  
    3838
    3939
    40 #include <freediameter/libfreediameter.h>
     40#include <freeDiameter/libfreeDiameter.h>
    4141
    4242
  • include/freeDiameter/libfreeDiameter.h

    r0 r1  
    3434*********************************************************************************************************/
    3535
    36 /* This file contains the definitions of functions and types used by the libfreediameter library.
    37  *
    38  * This library is meant to be used by both the freediameter daemon and its extensions.
     36/* This file contains the definitions of functions and types used by the libfreeDiameter library.
     37 *
     38 * This library is meant to be used by both the freeDiameter daemon and its extensions.
    3939 *
    4040 * It provides the tools to manipulate Diameter messages and related data.
    4141 *
    42  * This file should always be included as #include <freediameter/libfreediameter.h>
    43  * Note that this library does not store any state. The daemon must pass the pointer to
    44  * the dictionary and other global objects to all extensions that use the libfreediameter
    45  * library.
     42 * This file should always be included as #include <freeDiameter/libfreeDiameter.h>
    4643 */
    4744
     
    5047
    5148#ifndef FD_IS_CONFIG
    52 #error "You must include 'freediameter-host.h' before this file."
     49#error "You must include 'freeDiameter-host.h' before this file."
    5350#endif /* FD_IS_CONFIG */
    5451
Note: See TracChangeset for help on using the changeset viewer.