<?php

/**
 * @file 
 */

/**
 * Implementation of hook_install() 
 */
function ctools_ajax_sample_install() {

}

/**
 * Implementation of hook_uninstall() 
 */
function ctools_ajax_sample_uninstall() {

}
