/[drupal]/contributions/modules/trace/drivers/socket.inc
ViewVC logotype

Contents of /contributions/modules/trace/drivers/socket.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Mon Jul 7 16:16:14 2008 UTC (16 months, 2 weeks ago) by incanus
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, DRUPAL-6--1-0-ALPHA2, DRUPAL-6--1-0-ALPHA1, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/x-php
Imported 6.x branch from SVN development repository.
1 <?php
2 // $Id$
3
4 /**
5 * @file
6 * TODO
7 */
8
9 //////////////////////////////////////////////////////////////////////////////
10
11 /**
12 * Implements hook_trace().
13 */
14 function trace_socket_trace($type, $msg, $time = NULL) {
15 // TODO: implementation.
16 }
17
18 //////////////////////////////////////////////////////////////////////////////

  ViewVC Help
Powered by ViewVC 1.1.2