EDMA: Entorno de Desarrollo Modular y Abierto
Object Oriented and Componentware Framework

Copyright (C) 1998, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2010
           by David Martínez Oliveira

See file COPYING and COPYING.LESSER for copying conditions
==========================================================================

Static Method Example
-------------------------
This example demonstrates how to use static methods in GNU/EDMA. 

The example uses the test class STATIC_MET_TEST. Compile it using:

make -f smet_test.ml

* Briefing
--------------
GNU/EDMA allows the definition of static methods for classes. This example shows how to create them in your own classes and also how to use them from your GNU/EDMA applications
